@charset "utf-8";
/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
}
body {
  --header_h: 6.25rem;
  --container: 16.25rem;
  outline: none;
  font-weight: 500;
}
.p_top {
  position: absolute;
  top: -6.25rem;
}
.bg {
  background: #2A78E5;
}
.c {
  color: #2A78E5;
}
.phone_show_990,
.phone_show_767 {
  display: none;
}
.pagination {
  display: flex;
  padding-left: 0;
  border-radius: unset;
  justify-content: center;
}
.pagination > li {
  margin: 0 0.3125rem;
  width: 3.375rem;
  height: 3.375rem;
  border-radius: unset;
  border: 1px solid #DBDBDB;
  background: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
  line-height: 3.375rem;
}
.pagination > li:hover {
  background: #2A78E5;
  color: #fff;
}
.pagination > li:hover a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 3.375rem;
}
.pagination > li.active {
  background: #2A78E5;
  color: #fff;
}
.pagination > li.active a {
  color: #fff;
}
.pagination > li.disabled:hover {
  color: #333;
  background: #FFF;
}
.grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.grid3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.grid4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.gap15 {
  gap: 0.9375rem;
}
.gap20 {
  gap: 1.25rem;
}
.gap30 {
  gap: 1.875rem;
}
.gap40 {
  gap: 2.5rem;
}
.gap50 {
  gap: 3.125rem;
}
.foot-fot {
  background: #2D3333;
  display: none;
}
.foot-fot .foota2 {
  font-size: 1rem;
  color: #fff;
}
.foot-fot .foota2 a {
  font-size: 1rem;
  color: #fff;
}
/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}
.search_more {
  margin-top: 1.25rem;
  font-size: 1rem;
  color: #444;
  position: relative;
  display: inline-block;
}
.search_more:hover {
  color: #2A78E5;
}
.search_more:hover::before {
  background: #2A78E5;
}
.search_more::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E5E5E5;
}
.line1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.trans {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.er-ul {
  position: absolute;
  width: 15rem;
  left: 50%;
  box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.1);
  right: 0;
  top: 100%;
  z-index: 999;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0) translateX(-50%);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0 0 0.5rem 0.5rem;
}
.er-ul li {
  line-height: 2.25rem;
  text-align: center;
  font-size: 0.875rem;
}
.er-ul li:hover a {
  color: #2A78E5 !important;
}
.er-ul li:hover .er-ul {
  transform: scaleY(1) translateX(-50%);
  opacity: 1;
}
.er-ul li:nth-child(1) {
  padding-top: 0.625rem;
}
.er-ul li:last-child {
  padding-bottom: 0.625rem;
}
header .center > ul > li:hover .er-ul {
  transform: scaleY(1) translateX(-50%);
  opacity: 1;
}
header .nav_ul > li:hover .er-ul {
  transform: none;
  opacity: 1;
}
.logo_phone img {
  width: 7.5rem;
}
.cf {
  color: #fff !important;
}
.c0 {
  color: #000 !important;
}
.phone_weibu {
  background: #0A0A0A;
  display: none;
}
.phone_weibu .mobMenu > li > a {
  font-size: 14px;
  padding: 10px 0;
  color: #fff;
}
.phone_weibu .mobMenu > li {
  border-bottom: #424245 1px solid;
}
.phone_weibu .mobMenu > li > .subDepth > li > a {
  font-size: 1em;
  color: #9a9797;
  line-height: 28px;
}
.phone_weibu .mobMenu > li > a::before {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > a::after {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > .subDepth {
  display: none;
}
body {
  --container: 15.75rem;
}
.wh {
  width: 1200px !important;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  body {
    --container: 10rem;
  }
}
@media (max-width: 1440px) {
  body {
    --container: 8rem;
  }
}
@media (max-width: 1280px) {
  body {
    --container: 6rem;
  }
  .wh {
    width: 100% !important;
    padding: 0 15px;
  }
  .list_jjfa_two.list_jjfa_tt .wh {
    width: 100% !important;
    padding: 0 15px;
  }
}
@media (max-width: 990px) {
  body {
    --container: 15px;
  }
}
.container {
  padding: 0 var(--container);
  width: 100%;
  max-width: 100%;
}
.container.container_l {
  padding: 0 0 0 var(--container);
}
.container.container_r {
  padding: 0 var(--container) 0 0;
}
/* 搜索 */
.search {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: #000; */
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: none;
}
.search-box {
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25%;
}
.inp {
  width: 100%;
  height: 6.25rem;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
}
.inp::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.bu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: rgba(255, 255, 255, 0.7);
  background: none;
  border: none;
  z-index: 9999;
}
.bu .iconfont {
  font-size: 3.125rem;
}
.search-con {
  position: absolute;
  right: 7%;
  top: 7%;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}
.search-con .iconfont {
  font-size: 2.125rem;
  font-weight: 100;
}
.ds {
  cursor: pointer;
}
.fenxiang .flex {
  justify-content: flex-start;
}
.fenxiang .social-share li {
  float: left;
  margin-right: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.375rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
}
.fenxiang .social-share li a {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  line-height: 2.375rem;
  color: rgba(0, 0, 0, 0.5) !important;
  border: none !important;
  font-size: 1rem;
}
.serbtn {
  background: #2A78E5;
}
.searchbox {
  border-color: #2A78E5;
}
@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 990px) {
  .pc-hidden {
    display: none;
  }
  .pc_show_990 {
    display: none;
  }
  .phone_show_990 {
    display: block;
  }
}
.m-hidden {
  display: none;
}
@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}
.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}
/*手机底部*/
@media (max-width: 990px) {
  .foot1-m {
    display: block;
  }
}
/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  background: #000;
}
.m-bm-head .m-bm-head-box {
  position: relative;
  height: 60px;
}
.m-bm-head .m-bm-head-box .m-bm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 34px;
}
.m-bm-head .m-bm-head-box .m-bm-logo h1,
.m-bm-head .m-bm-head-box .m-bm-logo a {
  display: inline;
  font-size: 0;
}
.m-bm-head .m-bm-head-box .m-bm-logo img {
  height: 40px;
  width: 120px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span,
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  display: block;
  height: 1.5px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span {
  margin: 4.5px 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  content: '';
  -webkit-transform-origin: 7.5%;
  -moz-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  -o-transform-origin: 7.5%;
  transform-origin: 7.5%;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-bm-head .phone_lanu {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 65px;
}
.m-bm-head .m-bm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #050505;
}
.m-bm-head .m-bm-menu .m-bm-menu-box {
  height: -webkit-calc(40vh);
  height: -moz-calc(40vh);
  height: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}
.m-bm-head .mrhgxt {
  color: #fff;
  font: 500 1.125rem/60px;
  margin-left: 63%;
  position: relative;
  z-index: 9;
}
.m-bm-head .mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}
.m-bm-nav .aniut.aniut_son {
  height: 35px;
  line-height: 35px;
}
.m-bm-nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.m-bm-nav > li > a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  padding: 0 4%;
  font-weight: 600;
}
.m-bm-nav > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-weight: 500;
}
.m-bm-nav > li .sec {
  display: none;
  padding: 10px 15px 10px 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.m-bm-nav > li .sec a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
}
.m-bm-nav > li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}
.m-bm-nav > li .aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}
.m-bm-nav > li .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
}
.m-bm-head.white {
  background: #fff;
}
.m-bm-head.white .m-bm-head-box .m-bm-navbtn span,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}
.m-bm-head.white .m-bm-menu {
  background: #fff;
}
.m-bm-head.white .m-bm-nav > li,
.m-bm-head.white .m-bm-nav > li .sec {
  border-color: rgba(51, 51, 51, 0.1);
}
.m-bm-head.white .m-bm-nav > li > a,
.m-bm-head.white .m-bm-nav .aniut i,
.m-bm-head.white .m-bm-nav > li .sec a,
.m-bm-head.white .mrhgxt {
  color: #000;
}
.ajhhsd {
  color: #878787;
  font-size: 1.125rem;
  font-weight: 400;
}
.ajhhsd a {
  color: #878787;
  font-size: 1.125rem;
  font-weight: 400;
}
.ajhhsd a:hover {
  color: #2A78E5;
}
.ajhhsd span {
  padding: 0 0.3em;
}
.ajhhsd span:last-child {
  display: none;
}
.xw_ny_banner {
  background: #333;
  -o-background-size: cover;
  background-size: cover;
  padding: 13.5rem 0 7.25rem;
}
.xw_ny_banner h2 {
  color: #FFFFFF;
  font: 600 3.125rem/1.2em;
}
@media (max-width: 990px) {
  .xw_ny_banner {
    padding: 7.25rem 0;
  }
}
@media (max-width: 768px) {
  .xw_ny_banner {
    padding: 4rem 0;
  }
  .xw_ny_banner h2 {
    font-size: 1.8rem;
  }
}
.ssy-sskaa {
  margin-bottom: 2rem;
}
.ssy-sskaa .searchsa form {
  width: 50%;
  border: 1px solid #999;
  padding: 0 1.5em;
  border-radius: 2rem;
  margin: 0 auto;
}
.ssy-sskaa .searchsa form input {
  width: 70%;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 4rem;
  background: transparent;
  color: #999;
}
.ssy-sskaa .searchsa form button {
  width: auto;
  outline: none;
  border: none;
  background: transparent;
}
.ssy-sskaa .searchsa form button i {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 4rem;
  color: #333;
}
@media (max-width: 768px) {
  .ssy-sskaa {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .ssy-sskaa .searchsa form {
    width: 90%;
  }
  .pc_show_767 {
    display: none;
  }
  .phone_show_767 {
    display: block;
  }
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form input {
    font-size: 1.125rem;
    line-height: 3rem;
  }
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form button i {
    font-size: 1.35rem;
    line-height: 3rem;
  }
}
.sssjga {
  color: #333;
  font-weight: 200;
  font-size: 1.25rem;
  line-height: 1.5em;
  margin-bottom: 1em;
}
.ss-list li + li {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .ss-list li + li {
    margin-top: 1rem;
  }
}
.ss-list li div.img {
  width: 25%;
}
.ss-list li div.img a.img {
  display: block;
  border: 1px solid #f2f2f2;
}
.ss-list li .xw-nycont {
  width: 72%;
}
.ss-list li .xw-nycont h2 a {
  display: block;
  color: #656363;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.35em;
  overflow: hidden;
  margin-bottom: 0.2em;
}
.ss-list li .xw-nycont.w100 {
  width: 100%;
}
@media (max-width: 768px) {
  .ss-list li div.img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont {
    width: 100%;
    margin-top: 1.2em;
  }
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont h2 a {
    font-size: 1.125rem;
  }
}
.ss-list li .xw-nycont span {
  color: #2A78E5;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
}
.ss-list li .xw-nycont .datea {
  color: #999999;
  font-weight: 500;
  font-size: 0.95rem;
  line-height: 1.5em;
}
.ss-list li .xw-nycont .p {
  color: #999999;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.5em;
}
.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}
@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}
/* end */
.list_website ul li {
  padding: 1.875rem 0;
  border-bottom: 1px solid #ddd;
}
.list_website ul li:first-child {
  padding-top: 0;
}
.list_website ul li .top {
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
  font-weight: 600;
}
.list_website ul li .bot {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #717171;
  margin-right: 1.25rem;
}
@media (max-width: 1600px) {
  body,
  html {
    font-size: calc(100vw / 110);
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 1440px) {
  body,
  html {
    font-size: calc(100vw / 100);
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 1366px) {
  body,
  html {
    font-size: calc(100vw / 95);
  }
}
@media (max-width: 1280px) {
  body,
  html {
    font-size: calc(100vw / 90);
  }
}
@media (max-width: 990px) {
  body,
  html {
    font-size: 14px;
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 var(--container);
  }
}
.phone {
  line-height: 60px;
  padding: 0 30px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  background: #000;
}
.phone.white {
  background: #fff;
}
.phone.white .left img {
  filter: brightness(0);
}
@media (max-width: 767px) {
  .phone {
    padding: 0 15px;
  }
}
.phone > .clearfix {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.phone.noLanuage .center {
  width: 60%;
  text-align: left;
  order: 1;
}
.phone.noLanuage .left {
  width: 40%;
  text-align: right;
  order: 2;
}
.phone.noLanuage .right {
  display: none;
}
.phone .left {
  width: 10%;
  text-align: right;
}
.phone .left img {
  height: 22px;
}
.phone .right {
  width: 10%;
  text-align: left;
}
.phone .right span {
  width: 1px;
  height: 10px;
  background: #1D1D1F;
  display: inline-block;
  margin: 0 5px;
  position: relative;
  top: 1px;
}
.phone .right a {
  font-weight: bold;
  font-size: 12px;
  color: #A7A7A8;
}
.phone .right a.c {
  color: #1D1D1F;
}
.phone .center {
  width: 80%;
  margin: 0 auto;
}
.phone .center img {
  /*height: 40px;*/
  width: 150px;
}
.sjj_nav {
  position: fixed;
  z-index: 9999;
  background: #1D1D1F;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 40px;
  top: 0;
  left: -100%;
  overflow: auto;
  overflow-x: hidden;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.nav_show {
  left: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.sjj_nav > ul > li:first-child {
  overflow: hidden;
  border-top: 0;
}
.sjj_nav > ul > li:first-child > a {
  width: 60%;
}
.sjj_nav > ul > li:first-child .language {
  width: 100%;
  overflow: hidden;
  line-height: 30px;
  margin-top: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.sjj_nav > ul > li:first-child .language a {
  width: 25%;
  float: left;
  border-left: 1px #ddd solid;
  text-align: center;
  color: #999;
  display: inline-block;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.sjj_nav > ul > li:first-child .language a.active {
  background: #2A78E5;
  color: #fff !important;
}
.sjj_nav > ul > li:first-child .language a:last-child {
  border-right: 1px #ddd solid;
}
.sjj_nav ul li .sjj_nav_i_se svg {
  transform: rotate(0deg);
}
.sjj_nav ul li {
  position: relative;
  line-height: 40px;
  font-size: 14px;
}
.sjj_nav > ul > li:last-child {
  border-bottom: 1px #ddd solid;
}
.sjj_nav ul li ul {
  display: none;
}
.sjj_nav ul li i svg {
  width: 20px;
  height: 20px;
  fill: #555;
}
.sjj_nav ul li .sjj_nav_i_se svg {
  fill: #2A78E5;
}
.sjj_nav ul li ul li > ul {
  margin-left: 10px;
}
.sjj_nav .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #1D1D1F;
}
.sjj_nav .top .ta img {
  filter: brightness(0) invert(0.8);
  width: 120px;
}
.sjj_nav .top .fr img {
  height: 22px;
}
.sjj_nav .bot {
  padding: 25px 40px 0;
  margin-top: 60px;
  height: calc(100% - 60px);
  overflow: scroll;
}
.sjj_nav .bot > li:first-child {
  margin-bottom: 34px;
}
.sjj_nav .bot > li:first-child input {
  padding-left: 28px;
  width: 100%;
  font-size: 14px;
  color: #a7a7a7;
  line-height: 35px;
  border: 1px solid #A7A7A8;
  background: transparent;
}
.sjj_nav .bot > li:first-child button {
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 28px;
  height: 100%;
  border: none;
}
.sjj_nav .bot > li:first-child button .iconfont {
  position: static;
  text-align: center;
  color: #a7a7a7;
  font-size: 16px;
  padding: 0;
  border: none;
}
.sjj_nav .bot > li {
  font-size: 18px;
  line-height: 20px;
  color: #a7a7a7;
  border-bottom: none !important;
  margin-bottom: 30px;
}
.sjj_nav .bot > li > ul {
  padding-left: 1.25rem;
}
.sjj_nav .bot > li > div > a {
  width: calc(100% - 3.75rem);
}
.sjj_nav .bot > li > a {
  display: inline-block;
}
.sjj_nav .bot > li img {
  height: 30px;
}
.sjj_nav .bot > li .list .left {
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0.9px;
  color: #EBEBEC;
  float: left;
}
.sjj_nav .bot > li .list .left a {
  color: #EBEBEC;
}
.sjj_nav .bot > li .list .right.w100 {
  width: 100%;
  float: none;
  padding-bottom: 20px;
}
.sjj_nav .bot > li .list .right {
  width: 95%;
  float: right;
  font-size: 14px;
  color: #EBEBEC;
  line-height: 20px;
}
.sjj_nav .bot > li .list .right a {
  color: #EBEBEC;
  margin-bottom: 18px;
}
.sjj_nav .bot > li ul {
  margin-top: 20px;
}
.sjj_nav .bot > li > div {
  color: #a7a7a7;
  position: relative;
  padding-bottom: 8px;
  line-height: 1.875rem;
  display: flex;
  align-items: center;
}
.sjj_nav .bot > li > div > a {
  color: #a7a7a7;
}
.sjj_nav .bot > li > div .iconfont {
  width: 3.75rem;
  text-align: right;
  display: block;
  font-size: 1rem;
}
.sjj_nav .bot > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #a7a7a7;
}
.sjj_nav .bot > li:hover > a::before,
.sjj_nav .bot > li.active > a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.sjj_nav .top .container {
  padding: 0 40px;
}
@media (max-width: 767px) {
  .sjj_nav .top .container {
    padding: 0 15px;
  }
}
.rightfix {
  bottom: 10%;
  top: auto;
  transform: translateY(0);
  right: 1.25rem;
  width: auto;
  box-shadow: none;
  border: none;
  background: transparent;
}
.rightfix li {
  cursor: pointer;
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  line-height: 3.375rem;
  padding: 0;
  border: none;
  background: transparent;
  margin-bottom: 1.25rem;
  position: relative;
  border: none !important;
}
.rightfix li .iconfont {
  font-size: 1.375rem;
  display: block;
  color: #fff;
  border-radius: 50%;
  background: #2A78E5;
}
.rightfix li:hover .iconfont {
  background: #142d56;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.rightfix li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: #DEDDDD;
  width: 1.1875rem;
}
.rightfix li:last-child::before {
  display: none;
}
.rightfix li::before {
  display: none;
}
.fixright_li_last {
  display: none;
}
.right_div.img {
  min-width: 7.5rem !important;
}
.right_div.img img {
  height: 7.5rem;
  object-fit: contain;
}
@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-moz-keyframes sticky {
  0% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-o-keyframes sticky {
  0% {
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
header {
  position: fixed;
  line-height: 6.25rem;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  /*background: #fff;*/
}
header:hover,
header.active {
  background: #fff;
}
header:hover .center ul li a,
header.active .center ul li a {
  color: #000;
}
header:hover .center ul li.active > a,
header.active .center ul li.active > a {
  color: #2A78E5;
}
header:hover .lanuage a i img,
header.active .lanuage a i img {
  filter: unset;
}
header:hover .ds1 .iconfont,
header.active .ds1 .iconfont {
  color: #000;
}
header:hover .ds1:hover,
header.active .ds1:hover {
  cursor: pointer;
}
header:hover .logo img,
header.active .logo img {
  filter: unset;
}
header.active {
  animation: sticky 0.65s;
}
@media (max-width: 990px) {
  header {
    display: none;
  }
}
header .logo img {
  height: 2rem;
}
header .ds1 .iconfont {
  font-size: 1.75rem;
  display: block;
  font-weight: 500;
  color: #000;
}
header .lanuage {
  margin-left: 3.125rem;
  display: block;
}
header .lanuage a i {
  display: inline-block;
  width: 1.375rem;
  height: 1.375rem;
}
header .center > ul > li {
  float: left;
  padding: 0 1.5625rem;
}
header .center > ul > li > a {
  font-size: 1.125rem;
  color: #000;
  position: relative;
  font-weight: 400;
}
header .center > ul > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  color: #000;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .center > ul > li:hover > a {
  color: #2A78E5;
  font-weight: 700;
}
header .center > ul > li.active > a {
  color: #2A78E5;
  font-weight: 700;
}
footer {
  background: #2C445C;
}
footer .foot_top {
  padding-top: 4.375rem;
  padding-bottom: 4.8125rem;
}
footer .footnav {
  width: 78%;
  display: flex;
  justify-content: space-between;
}
footer .footnav .tt {
  color: #FFF;
  font-size: 1.125rem;
}
footer .footnav .subfootnav {
  margin-top: 1.25rem;
}
footer .footnav .subfootnav .subfootli > a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}
footer .footnav .subfootnav .subfootli > a:hover {
  font-weight: 600;
}
footer .footnav > li .contact_box {
  margin-top: 1.3125rem;
}
footer .footnav > li .contact_box .contact_item {
  display: flex;
  align-items: start;
}
footer .footnav > li .contact_box .contact_item .icon {
  width: 1.625rem;
  height: 1.625rem;
}
footer .footnav > li .contact_box .contact_item .txt {
  flex: 1;
  padding-left: 0.375rem;
}
footer .footnav > li .contact_box .contact_item .txt p {
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 400;
}
footer .footnav > li .contact_box .contact_item .txt p:nth-child(2) {
  font-size: 1rem;
}
footer .footnav > li .contact_box .contact_item:not(:nth-last-child(1)) {
  margin-bottom: 0.75rem;
}
footer .ewm_box {
  padding-left: 2.1875rem;
  width: 22%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}
footer .ewm_box .ewm_item .txt {
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 400;
  text-align: center;
  padding-top: 1.25rem;
}
footer .copyright {
  background-color: #1E3348;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2rem;
  text-align: center;
  padding: 0.375rem 0;
}
footer .copyright a {
  color: #fff;
}
footer .copyright p {
  color: #fff;
}
footer .copyright .left span:nth-last-child(1) {
  display: none;
}
@-webkit-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@media (max-width: 768px) {
  .banner .img .pc_show {
    display: none;
  }
}
.banner .img .m_show {
  display: none;
}
@media (max-width: 768px) {
  .banner .img .m_show {
    display: block;
  }
}
.banner .hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.banner .hover .p1 {
  color: #FFF;
  font-size: 3.5rem;
  font-weight: 700;
}
.banner .hover .p2 {
  color: #FFF;
  font-size: 2.25rem;
  font-weight: 300;
  letter-spacing: 1.665rem;
}
.banner .hover2 {
  position: absolute;
  right: 10%;
  bottom: 3.125rem;
}
.banner .swiper-slide.swiper-slide-active .img img {
  /*-webkit-animation-name: banscaleDraw;*/
  /*-webkit-animation-timing-function: ease-in-out;*/
  /*-webkit-animation-iteration-count: infinite;*/
  /*-webkit-animation-duration: 20s;*/
}
.banner .swiper-pagination {
  display: flex;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.banner .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 0.625rem;
  border: 1px solid #fff;
  opacity: unset;
  background: unset;
}
.banner .scroll {
  position: absolute;
  left: 50%;
  bottom: 3.125rem;
  transform: translateX(-50%);
  z-index: 9;
  animation: xiangxia 2s infinite;
}
@keyframes xiangxia {
  0% {
    transform: translateY(-0.625rem);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0.625rem);
  }
}
.swiper-pagination {
  display: flex;
}
.swiper-button-next,
.swiper-button-prev {
  width: 3.375rem;
  height: 3.375rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  line-height: 3.375rem;
  text-align: center;
}
.swiper-button-next i,
.swiper-button-prev i {
  color: #fff;
  font-size: 1rem;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 2.5rem;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 2.5rem;
}
.swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.5);
  opacity: 1;
  background: unset;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2A78E5;
  border: unset;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.neibanner {
  margin-top: 6.25rem;
  position: relative;
}
.neibanner .neibanner_txt {
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
}
.neibanner .neibanner_txt h3 {
  color: #fff;
}
.neibanner .neibanner_txt p {
  color: #fff;
}
.neibanner .img .m_show {
  display: none;
}
@media (max-width: 767px) {
  .neibanner .img .m_show {
    display: block;
  }
}
@media (max-width: 767px) {
  .neibanner .img .pc_show {
    display: none;
  }
}
.neibanner .mbxdh {
  position: absolute;
  bottom: 1.875rem;
}
.login-div {
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  bottom: 0;
  display: none;
  right: 0;
}
.login-div .tsxx {
  font-size: 0.875rem;
  color: red;
  margin-top: 0.25rem;
  line-height: 1.5em;
}
.login-div .tc-gong {
  width: 90%;
  max-width: 33.8125rem;
  background: #FFF;
}
.login-div .tc-gong .top {
  position: relative;
  width: 100%;
  height: 6.25rem;
}
.login-div .tc-gong .top .close1 {
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  cursor: pointer;
}
.login-div .tc-gong .top .close1 i {
  font-size: 1.5rem;
  color: #333;
}
.login-div .tc-gong .top .ligat {
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../images/jiaobiao.png);
  width: 6.25rem;
  height: 100%;
  text-align: right;
}
.login-div .tc-gong .top .ligat a {
  color: #fff;
  font-size: 1.125rem;
  line-height: 5rem;
  padding: 0.5rem 0;
  position: relative;
  font-weight: 600;
  padding-right: 0.625rem;
}
.login-div .tc-gong .content {
  padding: 0 3.125rem 3.125rem;
}
.login-div .tc-gong .content .title {
  color: #2A78E5;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.875rem;
  position: relative;
  padding-bottom: 0.9375rem;
  margin-bottom: 3.125rem;
}
.login-div .tc-gong .content .title::before {
  content: '';
  display: block;
  position: absolute;
  width: 2.5rem;
  height: 0.1875rem;
  background-color: #2A78E5;
  bottom: 0;
}
.login-div .tc-gong .content .lgin-box {
  text-align: center;
  padding: 1.5rem 0 0.2rem;
}
.login-div .tc-gong .content .lgin-box a.login {
  display: block;
  font-size: 0;
  width: 212px/541px * 100%;
  margin: 0 auto;
}
.login-div .tc-gong .content .lgin-box a.login img {
  width: 100%;
}
.login-div .tc-gong .content .lgin-box p {
  color: #A4A4A4;
  font-size: 1.5rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .login-div .tc-gong .content .lgin-box p {
    font-size: 1.25rem;
  }
}
.login-div .tc-gong .content .msg-svt {
  padding: 0 66px/541px * 100%;
}
@media (max-width: 768px) {
  .login-div .tc-gong .content .msg-svt {
    padding: 0 7%;
  }
}
.login-div .tc-gong .content .msg-svt .inp-box .inpsk {
  border-bottom: 1px solid #EBEBEB;
  overflow: hidden;
  margin-top: 1.25rem;
}
.login-div .tc-gong .content .msg-svt .inp-box .inpsk .wejxa1 {
  width: 5.625rem;
  text-align: left;
  line-height: 3.125rem;
  padding-left: 0.45rem;
  font-size: 1rem;
}
.login-div .tc-gong .content .msg-svt .inp-box .inpsk input {
  flex: 1;
  color: #000;
  font-size: 1rem;
  line-height: 3.125rem;
  font-weight: 500;
  text-indent: 0.75em;
}
.login-div .tc-gong .content .msg-svt .inp-box .inpsk:has(input:focus) {
  border-color: #2A78E5;
}
.login-div .tc-gong .content .msg-svt .checkbox {
  margin-top: 0.625rem;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.875rem;
  /* 214.286% */
}
.login-div .tc-gong .content .msg-svt .checkbox a {
  color: rgba(0, 0, 0, 0.5);
}
.login-div .tc-gong .content .msg-svt a.wjmm {
  display: block;
  text-align: center;
  color: #848484;
  font-size: 1.125rem;
  line-height: 1.5em;
  padding: 1rem 0;
}
@media (max-width: 768px) {
  .login-div .tc-gong .content .msg-svt a.wjmm {
    padding: 0.75rem 0;
  }
}
.login-div .tc-gong .content .msg-svt .inp-boxta {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #EBEBEB;
  margin-top: 1.25rem;
}
.login-div .tc-gong .content .msg-svt .inp-boxta .p1 {
  width: 5.625rem;
  text-align: left;
  line-height: 3.125rem;
  padding-left: 0.45rem;
  font-size: 1rem;
}
.login-div .tc-gong .content .msg-svt .inp-boxta input {
  flex: 1;
  color: #000;
  font-size: 1rem;
  line-height: 3rem;
  font-weight: 500;
  text-indent: 1em;
}
.login-div .tc-gong .content .msg-svt .inp-boxta input:focus {
  border-color: #2A78E5;
}
.login-div .tc-gong .content .msg-svt .inp-boxta .code-box {
  overflow: hidden;
  display: flex;
  flex: 1;
}
.login-div .tc-gong .content .msg-svt .inp-boxta .code-box .inps {
  width: 65%;
}
.login-div .tc-gong .content .msg-svt .inp-boxta .code-box .inps input {
  border: none;
  border-radius: inherit;
}
.login-div .tc-gong .content .msg-svt .inp-boxta .code-box .code-btn {
  width: 35%;
  text-align: right;
}
.login-div .tc-gong .content .msg-svt .inp-boxta .code-box .code-btn button {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  /* 187.5% */
  border: unset;
  border-left: 1px solid #EBEBEB;
  width: 100%;
  text-transform: capitalize;
  background-color: unset;
}
.login-div .tc-gong .content .msg-svt .inp-boxta .code-box:has(input:focus) {
  border-color: #2A78E5;
}
.login-div .tc-gong .content .msg-svt2 {
  padding: 1rem 66px/541px * 100% 2rem;
}
@media (max-width: 768px) {
  .login-div .tc-gong .content .msg-svt2 {
    padding: 0.75rem 7% 1.5rem;
  }
}
.login-div .tc-gong .content .tj-btnys button {
  border-radius: 1.875rem;
  background: #2A78E5;
  padding: 0.75rem 0;
  width: 100%;
  border: unset;
  color: #fff;
  font-size: 1.125rem;
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .login-div .tc-gong .content .tj-btnys button {
    font-size: 1.35rem;
    line-height: 4rem;
  }
}
.login-div .tc-gong .content .tj-btnys button:hover {
  background: linear-gradient(76deg, #23d5d9 -20.93%, #00acb0 126.57%);
}
.login-div .tc-gong .content .wjmm_box {
  margin-top: 1.875rem;
}
.login-div .tc-gong .content .wjmm_box a {
  color: #2A78E5;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.875rem;
  text-decoration-line: underline;
}
.news_box .swipernews {
  overflow: hidden;
  padding-bottom: 5rem;
}
.news_box .swipernews .news_new_box {
  background-color: #fff;
  overflow: hidden;
  display: flex;
}
.news_box .swipernews .news_new_box .left {
  width: 47%;
}
.news_box .swipernews .news_new_box .left .img {
  height: 100%;
}
.news_box .swipernews .news_new_box .left .img .over {
  height: 100%;
}
.news_box .swipernews .news_new_box .left .img .over img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_box .swipernews .news_new_box .right {
  width: 53%;
}
.news_box .swipernews .news_new_box .right .newstxt {
  padding: 3.875rem 2.125rem 3.625rem 3.75rem;
}
.news_box .swipernews .news_new_box .right .newstxt h3 {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.125rem;
  font-weight: 700;
}
.news_box .swipernews .news_new_box .right .newstxt .p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1rem;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0.75rem;
}
.news_box .swipernews .news_new_box .right .newstxt .p1 {
  color: #2A78E5;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 1.875rem;
}
.pt150 {
  padding-top: 9.375rem;
}
.yyhy_content {
  padding-top: 6.5625rem;
  padding-bottom: 5.5625rem;
}
.yyhy_content .yyhy_con {
  margin-bottom: 1.875rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.5rem;
}
.yyhy_content .yyhy_con .yyhy_item {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.yyhy_content .yyhy_con .yyhy_item .over img {
  height: 100%;
  object-fit: cover;
}
.yyhy_content .yyhy_con .yyhy_item .text {
  padding: 1.25rem;
}
.yyhy_content .yyhy_con .yyhy_item .text h3 {
  color: #333;
  font-size: 1.125rem;
  font-weight: 500;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.yyhy_content .yyhy_con .yyhy_item .text p {
  color: #333;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0.5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.yyhy_content .yyhy_con .yyhy_item .text .time {
  color: rgba(151, 151, 151, 0.8);
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0.5rem;
}
.yyhy_content .yyhy_con .yyhy_item:hover .text h3 {
  color: #2A78E5;
}
.yyhy_content .yyhy_con .yyhy_item:hover .text p {
  color: #2A78E5;
}
.news_show_box .left {
  padding-right: 5.3125rem;
}
.news_show_box .left .title {
  margin-bottom: 1.5625rem;
}
.news_show_box .left .title h3 {
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
.news_show_box .left .title .time {
  display: flex;
  align-items: center;
}
.news_show_box .left .title .time .fenxiang {
  margin-left: 6.25rem;
}
.news_show_box .left .title > p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}
.news_show_box .left .title > p span {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-transform: uppercase;
}
.news_show_box .left .title .social-share {
  display: flex;
}
.news_show_box .left .title .social-share li {
  width: 2.375rem;
  height: 2.375rem;
  text-align: center;
  line-height: 2.3125rem;
  margin-right: 0.625rem;
}
.news_show_box .left .title .social-share li a {
  width: 2.375rem;
  height: 2.375rem;
  display: block;
  border: unset;
  color: #D1D1D1;
  font-size: 1.0625rem;
  border-radius: 50%;
  border: 1px solid #D1D1D1;
  margin: unset;
  line-height: 2.1875rem;
}
.news_show_box .left .title .social-share li a i {
  font-size: 1.0625rem;
  color: #D1D1D1;
  line-height: 2.375rem;
}
.news_show_box .left .content {
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  padding: 2.125rem 0 4.375rem;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 400;
  text-align: justify;
  line-height: 1.75rem;
}
.news_show_box .left .content table tr td {
  padding: 0.5rem;
}
.news_show_box .left .content img {
  width: 100%;
}
.news_show_box .left .content p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}
.news_show_box .left .shangxia p,
.news_show_box .left .shangxia a {
  color: #000;
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: 0.8px;
}
.news_show_box .right {
  position: sticky;
  top: 6.25rem;
  height: 100%;
}
.news_show_box .right .title h3 {
  color: #000;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: 1.4px;
}
.news_show_box .right ul li {
  padding: 1.875rem 0 1.4375rem;
  border-bottom: 1px solid #DBDBDB;
}
.news_show_box .right ul li .img {
  display: none;
}
.news_show_box .right ul li h3 {
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
  margin-bottom: 0.5rem;
}
.news_show_box .right ul li p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  margin-bottom: 0.5625rem;
}
.news_show_box .right ul li .p1 {
  color: rgba(0, 0, 0, 0.5);
}
.news_show_box .right ul li:nth-child(1) .img {
  display: block;
}
.news_show_box .right ul li:nth-child(1) h3 {
  margin-top: 1.5625rem;
}
.news_show_box .right ul li:hover {
  cursor: pointer;
}
.news_show_box .right ul li:hover h3,
.news_show_box .right ul li:hover p {
  color: #2A78E5;
}
.news_show_box .right ul li:hover .img .over img {
  transform: scale(1.1);
}
.search-container {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99999999;
  top: 0;
  left: 0;
  display: none;
}
.search-box {
  display: none;
  width: 40%;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 0.625rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.1);
}
.search-box input[type="text"] {
  padding: 1.5625rem;
  border: unset;
  border-radius: 1.25rem;
  width: 100%;
  outline: none;
}
.search-box button {
  background: unset;
  color: #999;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 1.875rem;
  top: 1.4375rem;
}
.search-box button i {
  font-size: 20px;
  color: #000;
  font-weight: 700;
}
.all_title h3 {
  color: #333;
  font-size: 2rem;
  text-align: center;
}
.all_title p {
  color: #9F9E9F;
  text-align: center;
  font-family: Inter;
  font-size: 1.375rem;
  text-transform: uppercase;
}
.all_title.white h3,
.all_title.white p {
  color: #fff;
}
.index_one {
  padding-top: 3rem;
  padding-bottom: 5rem;
}
.index_one .desc {
  color: #333;
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.4375rem;
}
.index_one .desc span {
  color: #2A78E5;
  font-weight: 700;
}
.index_one .content {
  margin-top: 3rem;
  border-bottom: 1px solid #2A78E5;
}
.index_one .content .flex {
  align-items: start;
}
.index_one .content .left {
  padding-right: 1.75rem;
  width: 47.5%;
}
.index_one .content .left ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 0.9375rem;
}
.index_one .content .left ul li {
  border-top: 2px solid #2A78E5;
  padding-top: 1.875rem;
  padding-bottom: 3.375rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_one .content .left ul li:hover {
  transform: translateY(-0.625rem);
}
.index_one .content .left ul li .top {
  position: relative;
  padding-bottom: 1.25rem;
}
.index_one .content .left ul li .icon {
  width: 4.0625rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.index_one .content .left ul li .tit {
  text-align: right;
  position: relative;
  z-index: 2;
}
.index_one .content .left ul li .tit h3 span {
  color: #2A78E5;
  text-align: right;
  font-size: 3.125rem;
  font-weight: 600;
}
.index_one .content .left ul li .tit h3 sub {
  color: #2A78E5;
  font-size: 1rem;
  font-weight: 600;
}
.index_one .content .left ul li .tit h3 sup {
  color: #2A78E5;
  font-size: 1rem;
  font-weight: 600;
  top: -2em;
}
.index_one .content .left ul li .text {
  background-color: #EEE;
  padding: 0.9375rem 0;
  text-align: center;
  color: #333;
  font-size: 18px;
  font-weight: 400;
}
.index_one .content .right {
  width: 52.5%;
}
.index_one .content .right .index_about {
  padding-bottom: 3.4rem;
  overflow: hidden;
  position: relative;
}
.index_one .content .right .index_about .swiper-pagination {
  justify-content: center;
  align-items: end;
  bottom: 0;
}
.index_one .content .right .index_about .swiper-pagination-bullet {
  width: 3.75rem;
  height: 0.25rem;
  border-radius: unset;
  border: none;
  background-color: #2A78E5;
}
.index_one .content .right .index_about .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 0.5rem;
}
.index_two {
  background-size: cover;
  background-position: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.index_two .container {
  padding: 0 10rem;
}
.index_two .content {
  margin-top: 3.125rem;
}
.index_two .content .swiper_solutions {
  position: relative;
}
.index_two .content .swiper_solutions .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.85);
  position: relative;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two .content .swiper_solutions .swiper-slide .con {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 5.25rem;
  padding-left: 2.5rem;
}
.index_two .content .swiper_solutions .swiper-slide .con .title h3 {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 600;
}
.index_two .content .swiper_solutions .swiper-slide .con .title p {
  color: #FFF;
  font-family: Inter;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.25rem;
  text-transform: capitalize;
}
.index_two .content .swiper_solutions .swiper-slide .con .icon {
  margin-top: 4.0625rem;
  width: 13rem;
  height: 13rem;
  position: absolute;
  bottom: 2.5rem;
  right: 2.5rem;
  display: none;
}
.index_two .content .swiper_solutions .swiper-slide .con .icon img {
  filter: brightness(0) invert(0.9);
}
.index_two .content .swiper_solutions .swiper-slide-active,
.index_two .content .swiper_solutions .swiper-slide-duplicate-active {
  transform: scale(1);
  background: #2A78E5;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two .content .swiper_solutions .swiper-slide-active:hover,
.index_two .content .swiper_solutions .swiper-slide-duplicate-active:hover {
  transform: translateY(-0.625rem);
}
.index_two .content .swiper_solutions .swiper-slide-active .bgimg,
.index_two .content .swiper_solutions .swiper-slide-duplicate-active .bgimg {
  opacity: 0;
}
.index_two .content .swiper_solutions .swiper-slide-active .con .icon,
.index_two .content .swiper_solutions .swiper-slide-duplicate-active .con .icon {
  display: block;
}
.all_more {
  width: 10rem;
  height: 3.75rem;
  line-height: 3.75rem;
  border: 1px solid #fff;
  display: inline-block;
  position: relative;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 400;
  text-align: center;
  z-index: 9;
}
.all_more i {
  margin-left: 0.875rem;
  width: 0.625rem;
  height: 1.25rem;
  display: inline-block;
  clip-path: polygon(0 0, 0% 100%, 100% 49%);
  background-color: #fff;
  vertical-align: middle;
}
.all_more::before {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  width: calc(100% - .25rem);
  height: calc(100% - .25rem);
  transform: scale(0);
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  z-index: -1;
}
.all_more:hover {
  border-color: #fff;
  color: #9F9E9F;
}
.all_more:hover i {
  background-color: #9F9E9F;
}
.all_more:hover::before {
  transform: scale(1);
}
.all_moreb {
  width: 8.25rem;
  height: 2.375rem;
  line-height: 2.375rem;
  border: 1px solid #2A78E5;
  display: inline-block;
  position: relative;
  color: #2A78E5;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  z-index: 9;
}
.all_moreb::before {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  width: calc(100% - .25rem);
  height: calc(100% - .25rem);
  transform: scale(0);
  background: #2A78E5;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  z-index: -1;
}
.all_moreb:hover {
  border-color: #2A78E5;
  color: #fff;
}
.all_moreb:hover::before {
  transform: scale(1);
}
.index_three {
  background-size: cover;
  background-position: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.index_three .content {
  margin-top: 2.25rem;
}
.index_three .content ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
.index_three .content ul li {
  position: relative;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three .content ul li:hover {
  transform: translateY(-0.625rem);
}
.index_three .content ul li .text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.index_three .content ul li .text .tit {
  padding-top: 8rem;
  padding-left: 5rem;
}
.index_three .content ul li .text h3 {
  color: #FFF;
  font-size: 1.75rem;
  font-weight: 600;
  width: 6.875rem;
  white-space: nowrap;
  overflow: hidden;
}
.index_three .content ul li .text p {
  margin-top: 0.25rem;
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 400;
}
.index_four {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-size: cover;
  background-position: center;
}
.index_four .content {
  margin-top: 3.75rem;
}
.index_four .content .flex {
  align-items: unset;
}
.index_four .content .left {
  width: 45%;
  padding-right: 0.625rem;
}
.index_four .content .right {
  width: 55%;
  position: relative;
  padding-left: 5.625rem;
}
.index_four .content .right ul li {
  border-bottom: 1px solid #DCE4EF;
}
.index_four .content .right ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0 1.125rem;
}
.index_four .content .right ul li a p {
  color: #333;
  font-size: 1.125rem;
  font-weight: 400;
}
.index_four .content .right ul li a span {
  color: #999;
  font-size: 1.125rem;
  font-weight: 400;
}
.index_four .content .right ul li:nth-last-child(1) {
  margin-bottom: 3.125rem;
}
.index_four .content .right .more {
  width: calc(100% + var(--container));
  height: 6.625rem;
  line-height: 6.625rem;
  background-color: #2A78E5;
  position: absolute;
  left: -0.625rem;
  bottom: 0;
  text-align: right;
  padding-right: var(--container);
}
.index_four .content .right .more a {
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 400;
}
.index_four .content .right .more a .icon {
  margin-left: 1.5rem;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  line-height: 1.875rem;
  border-radius: 50%;
  border: 1px solid #fff;
  text-align: center;
}
.index_four .content .right .more a .icon i {
  font-size: 0.875rem;
  vertical-align: middle;
}
.channel_box {
  border-bottom: 1px solid #c7c7c7;
}
.channel_box .channel_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.channel_box .channel_list .channel_item {
  text-align: center;
  position: relative;
}
.channel_box .channel_list .channel_item::before {
  content: '';
  display: block;
  width: 0%;
  height: 2px;
  background: #2A78E5;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.channel_box .channel_list .channel_item a {
  padding: 1.25rem 0;
  color: #333;
  font-size: 1rem;
  font-weight: 400;
}
.channel_box .channel_list .channel_item.active a,
.channel_box .channel_list .channel_item:hover a {
  color: #2A78E5;
}
.channel_box .channel_list .channel_item.active::before,
.channel_box .channel_list .channel_item:hover::before {
  width: 100%;
}
.list_product {
  background: #F7F7F7;
  padding-top: 8.0625rem;
  padding-bottom: 8.75rem;
}
.list_product .list_product_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6.25rem 1.5625rem;
}
.list_product .list_product_box .list_product_item {
  position: relative;
}
.list_product .list_product_box .list_product_item .over {
  width: 100%;
  position: absolute;
  bottom: 12.5rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 2.8125rem;
}
.list_product .list_product_box .list_product_item .text {
  margin-top: 11.875rem;
  background-color: #fff;
  height: 22.5rem;
  text-align: center;
  padding-top: 11.875rem;
}
.list_product .list_product_box .list_product_item .text h3 {
  color: #333;
  font-size: 1.25rem;
  font-weight: 500;
}
.list_product .list_product_box .list_product_item .text p {
  margin-top: 0.375rem;
  color: #999;
  font-size: 1rem;
  font-weight: 500;
  font-family: ' Inter';
}
.list_product .list_product_box .list_product_item .text .all_moreb {
  margin-top: 1.125rem;
}
.list_bread {
  padding: 2.4375rem 0 2.0625rem;
  border-bottom: 1px solid #cdcdcd;
}
.list_bread .ajhhsd a:nth-last-child(2) {
  color: #333;
}
.show_porudct_one {
  padding-top: 9.75rem;
  padding-bottom: 10.125rem;
}
.show_porudct_one .row {
  align-items: center;
}
.show_porudct_one .left {
  padding-right: 2.5rem;
}
.show_porudct_one .left .title {
  color: #333;
  font-size: 1.875rem;
  font-weight: 500;
  font-family: 'Inter';
}
.show_porudct_one .left .desc {
  margin-top: 2.8125rem;
}
.show_porudct_one .left .desc p {
  color: #333;
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 1.25rem;
  padding-left: 1.5rem;
  position: relative;
}
.show_porudct_one .left .desc p::before {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url('../img/dian.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  left: 0;
}
.show_porudct_one .left .desc .img_box {
  margin-top: 3.125rem;
  display: flex;
}
.show_porudct_one .left .desc .img_box img {
  width: 4rem;
  height: 4rem;
  margin-right: 1.5rem;
}
.show_porudct_one .right {
  padding-left: 1.3125rem;
}
.show_product_two {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #F7F7F7;
}
.show_product_two .content {
  margin-top: 3.125rem;
  position: relative;
}
.show_product_two .content .swiper-button-next,
.show_product_two .content .swiper-button-prev {
  width: 6.25rem;
  height: 20.125rem;
  border-radius: unset;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.show_product_two .content .swiper-button-next i,
.show_product_two .content .swiper-button-prev i {
  display: inline-block;
  width: 0.875rem;
  height: 2.5625rem;
  background-color: #fff;
}
.show_product_two .content .swiper-button-next i {
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.show_product_two .content .swiper-button-prev i {
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.show_product_two .content .swiper-button-prev,
.show_product_two .content .swiper-container-rtl .swiper-button-next {
  left: -6.25rem;
  top: 0;
  margin-top: 0;
}
.show_product_two .content .swiper-button-next,
.show_product_two .content .swiper-container-rtl .swiper-button-prev {
  right: -6.25rem;
  top: 0;
  margin-top: 0;
}
.show_product_two .content .swiper_cpys {
  position: relative;
  overflow: hidden;
}
.show_product_two .content .swiper_cpys .cpys_box {
  display: flex;
}
.show_product_two .content .swiper_cpys .cpys_box .left {
  width: 36%;
  background-color: #fff;
  display: table;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
.show_product_two .content .swiper_cpys .cpys_box .left .le_box {
  display: table-cell;
  vertical-align: middle;
}
.show_product_two .content .swiper_cpys .cpys_box .left .title {
  color: #333;
  font-size: 1.75rem;
  font-weight: 500;
}
.show_product_two .content .swiper_cpys .cpys_box .left .desc {
  margin-top: 1.25rem;
  color: #333;
  font-size: 1.125rem;
  font-weight: 400;
}
.show_product_two .content .swiper_cpys .cpys_box .left .desc p {
  position: relative;
  padding-left: 1.25rem;
  line-height: 2;
}
.show_product_two .content .swiper_cpys .cpys_box .left .desc p::before {
  content: '';
  display: block;
  width: 0.9375rem;
  height: 0.9375rem;
  background-image: url(../img/dian.png);
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0.625rem;
}
.show_product_two .content .swiper_cpys .cpys_box .right {
  width: 64%;
  height: 20.1875rem;
}
.show_product_two .content .swiper_cpys .cpys_box .right .over {
  width: 100%;
  height: 100%;
}
.show_product_two .content .swiper_cpys .cpys_box .right .over img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.show_product_two .m_show {
  display: none;
}
.show_product_two .pc_show {
  display: block;
}
.show_product_two .content2 .swiper_cpys_img {
  position: relative;
  overflow: hidden;
  padding-bottom: 4.375rem;
}
.show_product_two .content2 .swiper_cpys_img .swiper-pagination {
  justify-content: center;
}
.show_product_two .content2 .swiper_cpys_img .img_box {
  height: 14.375rem;
  background-color: #fff;
  padding: 2.5rem 0;
}
.show_product_two .content2 .swiper_cpys_img .img_box .icon {
  width: 6rem;
  height: 6rem;
  margin: 0 auto;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_product_two .content2 .swiper_cpys_img .img_box .text {
  margin-top: 0.25rem;
}
.show_product_two .content2 .swiper_cpys_img .img_box .text h3 {
  color: #333;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0.25rem;
}
.show_product_two .content2 .swiper_cpys_img .img_box .text p {
  font-size: 1rem;
  text-align: center;
  color: #1174fe;
}
.show_product_two .content2 .swiper_cpys_img .img_box:hover .icon {
  transform: translateY(-0.625rem);
}
.show_product_two .content2 ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4.6875rem;
}
.show_product_two .content2 ul li {
  background-color: #fff;
  padding: 2.375rem 0 3.5rem 0;
}
.show_product_two .content2 ul li .icon {
  width: 6rem;
  height: 6rem;
  margin: 0 auto;
}
.show_product_two .content2 ul li .text {
  margin-top: 0.25rem;
  color: #333;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
}
.show_product_three {
  background: #F7F7F7;
  padding-top: 4.6875rem;
  padding-bottom: 8.75rem;
}
.show_product_three .content {
  margin-top: 2.5rem;
  overflow-x: auto;
  /* 设置滚动条宽度 */
  /* 设置滚动条拖动部分颜色 */
  /* 设置滚动条轨道颜色 */
}
.show_product_three .content::-webkit-scrollbar {
  width: 3px !important;
  height: 6px !important;
}
.show_product_three .content::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4) !important;
}
.show_product_three .content::-webkit-scrollbar-track {
  background-color: #f1f1f1 !important;
}
.show_product_three .content .table2 tr td:nth-child(1) {
  background: #EBEBEB;
}
.show_product_three .content table {
  margin-top: 1.25rem;
  width: 100%;
}
.show_product_three .content table thead {
  background: #EBEBEB;
}
.show_product_three .content table tr.bg {
  background: #EBEBEB;
}
.show_product_three .content table tr td {
  border: 1px solid #888;
  color: #333;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  vertical-align: middle;
  padding: 10px !important;
}
.show_product_three .content table tr td.bg {
  background: #EBEBEB;
}
.show_product_three .content table tr td.no-bg {
  background: transparent !important;
}
.show_product_three .content table tr td.tl {
  text-align: left;
}
.show_product_three .content table tr td span {
  display: inline-block;
  width: 2.875rem;
  height: 2.875rem;
  line-height: 2.875rem;
  border-radius: 50%;
  background-color: #2A78E5;
  color: #FFF;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
}
.show_product_three .content table tr td p {
  color: #333;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.3125rem;
  text-align: left;
}
.show_product_three .content table tr td strong {
  color: #333;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
}
.show_product_three .content .table {
  overflow-x: auto;
}
.show_product_three .content .table::-webkit-scrollbar {
  width: 3px !important;
  height: 6px !important;
}
.show_product_three .content .table::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4) !important;
}
.show_product_three .content .table::-webkit-scrollbar-track {
  background-color: #f1f1f1 !important;
}
.show_product_three .content .down_btn {
  vertical-align: middle;
}
.show_product_three .content .down_btn img {
  width: 3.8125rem;
  margin-right: 1.75rem;
}
.show_product_three .content .down_btn span {
  color: #333;
  font-size: 1.125rem;
  font-weight: 500;
}
.list_case {
  background: #F7F7F7;
  padding-top: 3.75rem;
  padding-bottom: 8.125rem;
}
.list_case .left {
  padding: 0;
  position: sticky;
  top: 6.25rem;
  height: 100%;
}
.list_case .left .left_nav .left_nav_top {
  padding: 1.0625rem 1.5rem;
  background-size: cover;
  background-position: center;
}
.list_case .left .left_nav .left_nav_top h3 {
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 500;
}
.list_case .left .left_nav .left_nav_top p {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
}
.list_case .left .left_nav .left_nav_li {
  background-color: #FFFFFF;
  border-bottom: 1px solid #f7f7f7;
  position: relative;
}
.list_case .left .left_nav .left_nav_li a {
  padding: 1.5625rem 0 1.8125rem 3rem;
  color: #333;
  font-size: 1.125rem;
  font-weight: 500;
}
.list_case .left .left_nav .left_nav_li::before {
  content: '';
  display: block;
  clip-path: polygon(0 0, 0% 100%, 100% 49%);
  width: 0.6875rem;
  height: 1.375rem;
  background-color: #2A78E5;
  position: absolute;
  top: 50%;
  right: -0.625rem;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_case .left .left_nav .left_nav_li.active {
  background-color: #2A78E5;
}
.list_case .left .left_nav .left_nav_li.active a {
  color: #fff;
}
.list_case .left .left_nav .left_nav_li.active::before {
  opacity: 1;
}
.list_case .right {
  padding-left: 2.5rem;
}
.list_case .right .list_case_box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.875rem;
}
.list_case .right .list_case_box .list_case_item .over {
  height: 21.625rem;
}
.list_case .right .list_case_box .list_case_item .over img {
  height: 100%;
  object-fit: cover;
}
.list_case .right .list_case_box .list_case_item .txt {
  padding: 2rem 0;
  background-color: #fff;
  height: 7.1875rem;
}
.list_case .right .list_case_box .list_case_item .txt h3 {
  color: #333;
  font-size: 1.25rem;
  font-weight: 400;
  text-align: center;
}
.list_jjfa_one {
  background: #F7F7F7;
  padding-top: 5rem;
  padding-bottom: 9.375rem;
}
.list_jjfa_one .bgimg {
  position: relative;
}
.list_jjfa_one .bgimg .text {
  width: calc(100% - 15rem);
  background-color: #fff;
  padding: 3.5rem 6.25rem 3.875rem 3.75rem;
  position: absolute;
  bottom: -4.375rem;
  left: 8.125rem;
}
.list_jjfa_one .bgimg .text .icon {
  width: 7rem;
}
.list_jjfa_one .bgimg .text .icon img {
  filter: brightness(0) invert(0.9);
}
.list_jjfa_one .bgimg .text .right {
  flex: 1;
  padding-left: 4.8125rem;
}
.list_jjfa_one .bgimg .text .right h3 {
  color: #2978E5;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 1.25rem;
}
.list_jjfa_one .bgimg .text .right p {
  color: #333;
  font-size: 0.875rem;
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: 0.0225rem;
}
.list_jjfa_two {
  background: #F7F7F7;
  padding-bottom: 5rem;
}
.list_jjfa_two.list_jjfa_tt .content {
  width: 80%;
  margin: 20px auto 0;
}
.list_jjfa_two .content {
  position: relative;
}
.list_jjfa_two .content .swiper_jjfa {
  position: relative;
  overflow: hidden;
  padding-bottom: 4.25rem;
}
.list_jjfa_two .content .swiper_jjfa.swiper_jjfa2 {
  padding-bottom: 0rem;
}
.list_jjfa_two .content .swiper_jjfa .text {
  font-size: 1.25rem;
  text-align: center;
}
.list_jjfa_two .content .swiper_jjfa .img {
  margin: 0 auto 1.875rem;
  text-align: center;
  border-radius: 1.875rem;
  overflow: hidden;
}
.list_jjfa_two .content .swiper_jjfa .img img {
  width: auto;
  height: 100%;
}
.list_jjfa_two .content .swiper-pagination {
  justify-content: center;
  align-items: center;
}
.list_jjfa_two .content .swiper-pagination-bullet {
  background: #999999;
  border: none;
  width: 0.75rem;
  height: 0.75rem;
}
.list_jjfa_two .content .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #2A78E5;
  width: 1.5rem;
  height: 1.5rem;
}
.list_jjfa_two .content .swiper-button-prev,
.list_jjfa_two .content .swiper-container-rtl .swiper-button-next {
  left: -6.25rem;
}
.list_jjfa_two .content .swiper-button-next,
.list_jjfa_two .content .swiper-container-rtl .swiper-button-prev {
  right: -6.25rem;
}
.list_jjfa_three {
  background-size: cover;
  background-position: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.list_jjfa_three .desc {
  width: 80%;
  margin: 1.875rem auto 0;
  font-size: 1rem;
  color: #9F9E9F;
  font-weight: 400;
}
.list_jjfa_three .desc strong {
  color: #2A78E5;
  font-size: 1.25rem;
  display: block;
  position: relative;
  padding-left: 0.625rem;
  margin-bottom: 0.625rem;
}
.list_jjfa_three .desc strong::before {
  content: '';
  display: block;
  width: 0.1875rem;
  height: 1.375rem;
  background-color: #2A78E5;
  position: absolute;
  left: 0;
  top: 0.1875rem;
}
.list_jjfa_three .proswiper_s {
  overflow: hidden;
  height: 28rem;
}
.list_jjfa_three .proswiper_s .swiper-pagination {
  display: unset;
  right: 10%;
  top: 47%;
}
.list_jjfa_three .content {
  margin-top: 0;
  position: relative;
}
.list_jjfa_three .content .swiper_zyjz,
.list_jjfa_three .content .swiper_zyjzbox {
  position: relative;
  overflow: hidden;
  margin: 0 -1.25rem;
}
.list_jjfa_three .content .swiper_zyjz .swiper-slide,
.list_jjfa_three .content .swiper_zyjzbox .swiper-slide {
  padding: 0 1.25rem;
  text-align: center;
}
.list_jjfa_three .content .swiper_zyjz .swiper-slide .text,
.list_jjfa_three .content .swiper_zyjzbox .swiper-slide .text {
  width: 90%;
  text-align: center;
  position: relative;
  background-image: url('../img/textbg.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
  padding: 0.5rem;
}
.list_jjfa_three .content .swiper_zyjz .swiper-slide .text .tbox,
.list_jjfa_three .content .swiper_zyjzbox .swiper-slide .text .tbox {
  padding: 0.875rem 1.25rem 1rem;
  background-color: #2A78E5;
  width: 100%;
}
.list_jjfa_three .content .swiper_zyjz .swiper-slide .text h3,
.list_jjfa_three .content .swiper_zyjzbox .swiper-slide .text h3 {
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  overflow: hidden;
}
.list_jjfa_three .content .swiper_zyjz .swiper-pagination,
.list_jjfa_three .content .swiper_zyjzbox .swiper-pagination {
  justify-content: center;
}
.list_jjfa_three .content .swiper-button-prev,
.list_jjfa_three .content .swiper-container-rtl .swiper-button-next {
  left: -6.25rem;
}
.list_jjfa_three .content .swiper-button-next,
.list_jjfa_three .content .swiper-container-rtl .swiper-button-prev {
  right: -6.25rem;
}
.list_jjfa_four {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.list_jjfa_four .content {
  position: relative;
  margin-top: 2.5rem;
}
.list_jjfa_four .content .swiper_rencase {
  position: relative;
  overflow: hidden;
  margin: 0 -0.9375rem;
}
.list_jjfa_four .content .swiper_rencase .swiper-slide {
  padding: 0 0.9375rem;
}
.list_jjfa_four .content .swiper_rencase .swiper-slide .over {
  height: 18.75rem;
}
.list_jjfa_four .content .swiper_rencase .swiper-slide .over img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list_jjfa_four .content .swiper_rencase .swiper-slide .over img:hover {
  cursor: default !important;
}
.list_jjfa_four .content .swiper_rencase .swiper-slide .text {
  background: #FFF;
  padding: 2rem 0 2.0625rem;
}
.list_jjfa_four .content .swiper_rencase .swiper-slide .text h3 {
  color: #333;
  font-size: 1.125rem;
  font-weight: 400;
  text-align: center;
}
.list_jjfa_four .content .swiper_rencase .swiper-pagination {
  justify-content: center;
}
.list_jjfa_four .content .swiper-button-prev,
.list_jjfa_four .content .swiper-container-rtl .swiper-button-next {
  left: -5.625rem;
}
.list_jjfa_four .content .swiper-button-next,
.list_jjfa_four .content .swiper-container-rtl .swiper-button-prev {
  right: -5.625rem;
}
.list_intro {
  padding-top: 7.5rem;
  padding-bottom: 6.0625rem;
}
.list_intro .row {
  align-items: center;
}
.list_intro .left {
  padding-right: 4rem;
}
.list_intro .left .desc {
  color: #333;
  text-align: justify;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2;
}
.list_intro .left .desc span {
  color: #2A78E5;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2;
}
.list_intro .right {
  padding-left: 0;
}
.list_intro ul {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0 3.125rem;
}
.list_intro ul li {
  border-top: 2px solid #2A78E5;
  padding-top: 1.875rem;
  padding-bottom: 3.375rem;
}
.list_intro ul li .top {
  position: relative;
  padding-bottom: 1.25rem;
}
.list_intro ul li .icon {
  width: 3.75rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.list_intro ul li .tit {
  text-align: right;
  position: relative;
  z-index: 2;
}
.list_intro ul li .tit h3 {
  position: relative;
}
.list_intro ul li .tit h3 span {
  color: #2A78E5;
  text-align: right;
  font-size: 3.375rem;
  font-weight: 700;
}
.list_intro ul li .tit h3 sub {
  color: #2A78E5;
  font-size: 1.25rem;
  font-weight: 700;
}
.list_intro ul li .tit h3 sup {
  color: #2A78E5;
  font-size: 1.5rem;
  font-weight: 700;
  top: -1.2em;
  left: 0;
}
.list_intro ul li .text {
  background-color: #EEE;
  padding: 0.9375rem 0;
  text-align: center;
  color: #333;
  font-size: 18px;
  font-weight: 400;
}
.list_story_one {
  background-color: #f7f7f7;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.list_story_one .video_bg {
  position: relative;
  cursor: pointer;
}
.list_story_one .video_bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}
.list_story_one .video_bg .img {
  position: relative;
  z-index: 2;
  transition: opacity 0.3s ease;
}
.list_story_one .video_bg .txt {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 9;
  margin-top: -2.1875rem;
}
.list_story_one .video_bg .txt h3 {
  color: #FFF;
  font-size: 2.75rem;
  font-weight: 800;
  text-align: center;
}
.list_story_one .video_bg .txt .icon {
  text-align: center;
}
.list_story_one .video_bg .txt .icon i {
  color: #fff;
  font-size: 4.375rem;
}
.list_story_one .video_bg.playing video {
  display: block;
}
.list_story_one .video_bg.playing .img,
.list_story_one .video_bg.playing .txt .icon {
  display: none;
  pointer-events: none;
}
.list_story_two {
  padding-top: 1.25rem;
  padding-bottom: 5rem;
  background: #f7f7f7;
}
.list_story_two .title {
  position: relative;
  text-align: center;
}
.list_story_two .title h3 {
  font-size: 3.75rem;
  font-weight: 700;
  -webkit-text-stroke-width: 0.6px;
  -webkit-text-stroke-color: #999999;
  font-family: Poppins;
  color: transparent;
}
.list_story_two .title p {
  color: #333;
  font-size: 2rem;
  font-weight: 700;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 60%;
}
.list_story_two .text p {
  color: #333;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.15rem;
}
.list_story_two .one .content {
  margin-top: 5rem;
}
.list_story_two .one .content .left {
  padding-right: 3.75rem;
}
.list_story_two .one .content .right {
  padding-left: 1.375rem;
}
.list_story_two .two {
  margin-top: 5rem;
}
.list_story_two .two .content {
  margin-top: 5rem;
}
.list_story_two .two .flex .left {
  padding: 0;
  width: 55%;
}
.list_story_two .two .flex .right {
  width: 45%;
  padding-left: 2.8125rem;
}
.list_story_two .three {
  margin-top: 5rem;
}
.list_story_two .three .content {
  margin-top: 3.125rem;
}
.list_story_two .four {
  margin-top: 5rem;
}
.list_story_two .four .content .flex .left {
  width: 50%;
}
.list_story_two .four .content .flex .right {
  width: 64%;
  margin-left: -12.5rem;
}
.list_history {
  padding-top: 5rem;
  padding-bottom: 6.25rem;
  background: #f7f7f7;
}
.list_history .content {
  margin-top: 3.75rem;
}
.list_history .content .m_history {
  display: none;
}
.list_history .content .swiper_btn {
  margin-top: 5rem;
  position: relative;
  overflow: hidden;
  padding-top: 1.25rem;
}
.list_history .content .swiper_btn::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 50%;
  top: 1.6875rem;
  transform: translateX(-50%);
  height: 1px;
  background: rgba(0, 0, 0, 0.4);
}
.list_history .content .swiper_btn .swiper_btn_li {
  text-align: center;
}
.list_history .content .swiper_btn .swiper_btn_li .yuan {
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  background-color: #CBCBCB;
  margin: 0 auto;
}
.list_history .content .swiper_btn .swiper_btn_li .text {
  margin-top: 0.9375rem;
  color: #333;
  font-size: 1.5rem;
  font-weight: 500;
}
.list_history .content .swiper_btn .swiper-slide-thumb-active .yuan {
  background-color: #2A78E5;
  border: unset;
  position: relative;
}
.list_history .content .swiper_history {
  margin-top: 5rem;
  overflow: hidden;
}
.list_history .content .swiper_history .history_box {
  width: 69%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_history .content .swiper_history .history_box .left {
  width: 45%;
}
.list_history .content .swiper_history .history_box .left h3 {
  color: #9f9e9f;
  font-size: 7rem;
  font-weight: 600;
}
.list_history .content .swiper_history .history_box .right {
  width: 55%;
  padding-left: 3.75rem;
}
.list_history .content .swiper_history .history_box .right p {
  color: #333;
  font-size: 1.25rem;
  font-weight: 400;
}
.list_history .content .swiper-button-prev,
.list_history .content .swiper-container-rtl .swiper-button-next {
  background-image: unset;
  left: 0%;
  right: auto;
  width: 3.4375rem;
  height: 3.4375rem;
  border-radius: 50%;
  background-color: #757677;
  text-align: center;
  z-index: 99;
}
.list_history .content .swiper-button-prev i,
.list_history .content .swiper-container-rtl .swiper-button-next i {
  font-weight: 400;
  font-size: 0.875rem;
  color: #fff;
  line-height: 3.5rem;
}
.list_history .content .swiper-button-next,
.list_history .content .swiper-container-rtl .swiper-button-prev {
  background-image: unset;
  left: auto;
  right: 0%;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background-color: #757677;
  text-align: center;
  z-index: 99;
}
.list_history .content .swiper-button-next i,
.list_history .content .swiper-container-rtl .swiper-button-prev i {
  font-size: 0.875rem;
  color: #fff;
  line-height: 3.5rem;
  font-weight: 400;
}
.list_history .content .history_ul .history_li {
  margin-top: 15px;
}
.list_history .content .history_ul .history_li h3 {
  font-size: 20px;
  font-weight: 600;
  color: #2A78E5;
}
.list_history .content .history_ul .history_li p {
  font-size: 14px;
}
.list_idea {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  background-color: #f7f7f7;
}
.list_idea .list_idea_box .row {
  align-items: center;
}
.list_idea .list_idea_box .row:nth-child(even) .right {
  order: 1;
}
.list_idea .list_idea_box .row:nth-child(even) .left {
  order: 2;
  padding-right: 0;
  padding-left: 6.25rem;
}
.list_idea .list_idea_box .row:not(:nth-last-child(1)) {
  margin-bottom: 0;
}
.list_idea .list_idea_box .row .right {
  padding: 0;
}
.list_idea .list_idea_box .row .left {
  padding-right: 4.625rem;
}
.list_idea .list_idea_box .row .left .title h3 {
  color: #BFBFBF;
  font-size: 1.625rem;
  font-weight: 300;
}
.list_idea .list_idea_box .row .left .title p {
  color: #0F73FF;
  font-size: 1.75rem;
  font-weight: 500;
}
.list_idea .list_idea_box .row .left .desc {
  margin-top: 0.625rem;
  color: #636262;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.25rem;
}
.list_application {
  background-color: #f7f7f7;
  padding-top: 6.25rem;
  padding-bottom: 8.75rem;
}
.list_application .row:not(:nth-child(1)) {
  margin-top: 5rem;
}
.list_application .title {
  color: #2A78E5;
  font-size: 2rem;
  line-height: 3.125rem;
  position: relative;
  padding-left: 2.125rem;
}
.list_application .title::before {
  content: '';
  display: block;
  width: 0.5rem;
  height: 2rem;
  background-color: #2A78E5;
  position: absolute;
  left: 0;
  top: 0.5rem;
}
.list_application .subtitle {
  color: #333;
  font-size: 1.25rem;
  font-weight: 400;
  background: linear-gradient(90deg, #D7D7D7 0%, #F9F9F9 100%);
  padding: 0.75rem 2rem 0.75rem;
}
.list_application .bottom {
  color: #333;
  font-size: 1.25rem;
  font-weight: 400;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.625rem 2.5rem 0.625rem 2rem;
}
.list_application .bottom p span {
  color: #2978E5;
  font-size: 1.25rem;
  font-weight: 500;
}
.list_application .left .desc p {
  color: #333;
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 2.4px;
}
.list_application .left .desc p span {
  color: #2A78E5;
}
.list_application .left .desc ul li {
  position: relative;
  padding-left: 1.875rem;
  color: #333;
  font-size: 1.125rem;
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: 0.15rem;
  margin-bottom: 1.25rem;
}
.list_application .left .desc ul li span {
  color: #2A78E5;
}
.list_application .left .desc ul li::before {
  content: '';
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-image: url(../img/dian.png);
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0.3125rem;
}
.list_application .right .grid_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
}
.list_application .right .grid_box .grid_item {
  background-color: #fff;
}
.list_application .right .grid_box .grid_item .text {
  padding: 1rem 1.25rem;
}
.list_application .right .grid_box .grid_item .text ul li {
  color: #878787;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 400;
  text-align: left;
}
.list_application .right .grid_box2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.375rem;
}
.list_application .right .grid_box2 .grid_item {
  background-color: #fff;
  padding: 2.1875rem 1.9375rem 2.8125rem;
}
.list_application .right .grid_box2 .grid_item .icon {
  width: 5rem;
  height: 5.375rem;
  margin: 0 auto;
}
.list_application .right .grid_box2 .grid_item .icon img {
  width: 100%;
  height: 100%;
}
.list_application .right .grid_box2 .grid_item .txt {
  color: #333;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
}
.list_application .right .grid_box2 .grid_item .txt span {
  color: #2A78E5;
}
.list_application .right .text {
  margin-top: 0.75rem;
  color: #878787;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 3.125rem;
  letter-spacing: 0.1125rem;
  text-align: center;
}
.list_application .row.lastrow {
  margin-top: 4.875rem;
}
.list_application .row.lastrow .text {
  margin-top: 0.75rem;
  color: #878787;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 3.125rem;
  letter-spacing: 0.1125rem;
  text-align: center;
}
.list_contact_one {
  padding-top: 6.25rem;
  padding-bottom: 4.0625rem;
  background-color: #f7f7f7;
}
.list_contact_one .desc {
  color: #333;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.475rem;
  border-radius: 1.25rem;
  background: #FFF;
  padding: 1.25rem 3.4375rem;
  display: inline-block;
}
.list_contact_one .desc span {
  color: #2A78E5;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.475rem;
}
.list_contact_one .list_contact_one_box .title {
  color: #2A78E5;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 3.125rem;
  position: relative;
  padding-left: 2.125rem;
}
.list_contact_one .list_contact_one_box .title::before {
  content: '';
  display: block;
  width: 0.5rem;
  height: 2rem;
  background-color: #2A78E5;
  position: absolute;
  left: 0;
  top: 0.4375rem;
}
.list_contact_one .list_contact_one_box .content {
  padding-bottom: 2.5rem;
  border-bottom: 3px solid #333;
  position: relative;
}
.list_contact_one .list_contact_one_box .content::before {
  content: '';
  display: block;
  width: 3.25rem;
  height: 1.25rem;
  background-color: #333;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  bottom: -1.25rem;
  left: calc(50% - 1.625rem);
}
.list_contact_one .list_contact_one_box .grid_box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4.6875rem;
}
.list_contact_one .list_contact_one_box .grid_box .grid_item {
  background-color: #fff;
  border-radius: 50%;
  width: 11rem;
  height: 11rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.list_contact_one .list_contact_one_box .grid_box .grid_item .icon {
  width: 1.875rem;
}
.list_contact_one .list_contact_one_box .grid_box .grid_item .txt {
  margin-top: 1.125rem;
  color: #333;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: uppercase;
}
.list_contact_one .list_contact_one_box .bottomp {
  margin-top: 1.625rem;
  color: #333;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 3.125rem;
  text-transform: uppercase;
}
.list_contact_one .list_contact_one_box .grid_box2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
.list_contact_one .list_contact_one_box .grid_box2 .grid_item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  border: 1px solid #333;
  height: 6rem;
  overflow: hidden;
  padding: 0 2.6875rem;
}
.list_contact_one .list_contact_one_box .grid_box2 .grid_item .icon {
  width: 2.5rem;
}
.list_contact_one .list_contact_one_box .grid_box2 .grid_item .txt {
  padding-left: 2.25rem;
  color: #333;
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: uppercase;
}
.list_contact_two {
  background-color: #f7f7f7;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.list_contact_two .content {
  position: relative;
}
.list_contact_two .content .swiper_grzt {
  position: relative;
  padding-bottom: 3.75rem;
  margin: 0 -1.25rem;
  overflow: hidden;
}
.list_contact_two .content .swiper_grzt .swiper-pagination {
  justify-content: center;
}
.list_contact_two .content .swiper_grzt .swiper-slide {
  padding: 0 1.25rem;
}
.list_contact_two .content .swiper_grzt .grzt_box {
  background-color: #fff;
}
.list_contact_two .content .swiper_grzt .grzt_box .text {
  color: #333;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  padding: 1.9375rem 0 2rem;
}
.list_contact_two .content .swiper-button-prev,
.list_contact_two .content .swiper-container-rtl .swiper-button-next {
  left: -5rem;
}
.list_contact_two .content .swiper-button-next,
.list_contact_two .content .swiper-container-rtl .swiper-button-prev {
  right: -5rem;
}
.list_contact_two .content .swiper-button-next,
.list_contact_two .content .swiper-button-prev {
  transform: translateY(-50%);
}
.list_contact_three {
  background-color: #f7f7f7;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.list_contact_three .title {
  color: #2A78E5;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 3.125rem;
  position: relative;
  padding-left: 1.5rem;
}
.list_contact_three .title::before {
  content: '';
  display: block;
  width: 0.3125rem;
  height: 1.875rem;
  background-color: #2A78E5;
  position: absolute;
  top: 0.625rem;
  left: 0;
}
.list_contact_three .left {
  width: 27%;
}
.list_contact_three .left ul li {
  display: flex;
  align-items: center;
}
.list_contact_three .left ul li .icon {
  width: 1.25rem;
}
.list_contact_three .left ul li .text {
  flex: 1;
  padding-left: 0.875rem;
  color: #000;
  font-size: 1.125rem;
  font-weight: 400;
}
.list_contact_three .left ul li:nth-last-child(1) {
  margin-bottom: 1.875rem;
}
.list_contact_three .left ul li:not(:nth-last-child(1)) {
  margin-bottom: 2.375rem;
}
.list_contact_three .right {
  width: 73%;
  padding-left: 5.625rem;
}
.list_contact_three .right .content .msg-a1 .inpt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.list_contact_three .right .content .msg-a1 .inpt p {
  color: #333;
  font-size: 1.125rem;
  font-weight: 400;
}
.list_contact_three .right .content .msg-a1 .inpt p span {
  color: red;
}
.list_contact_three .right .content .msg-a1 .inpt input {
  flex: 1;
  margin-left: 1rem;
  margin-right: 12.5rem;
  border-radius: 1.25rem;
  border: 1px solid #AEAEAE;
  height: 2.75rem;
  padding-left: 2.5rem;
}
.list_contact_three .right .content .div_aghgha {
  text-align: right;
}
.list_contact_three .right .content .div_aghgha button {
  width: 8rem;
  height: 3rem;
  background-color: #2A78E5;
  border: none;
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
}
.list_contact_three .bgbox {
  border-radius: 0.625rem;
  background: #FFF;
  overflow: hidden;
  padding: 2.5rem;
}
.list_coop {
  background-color: #f7f7f7;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.list_coop .tabul {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #AEAEAE;
}
.list_coop .tabul .tabli {
  width: 12.5rem;
  height: 4rem;
  line-height: 4rem;
  margin-right: 2rem;
  background: #EEE;
  border-radius: 1.25rem 1.25rem 0px 0px;
  overflow: hidden;
  color: #9A9A9A;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
}
.list_coop .tabul .tabli.active {
  background-color: #2A78E5;
  color: #fff;
}
.list_coop .content {
  border-radius: 0.625rem;
  background: #FFF;
  padding: 3.125rem 2.5rem 3.0625rem;
}
.list_coop .content .title {
  color: #2A78E5;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 3.125rem;
  position: relative;
  padding-left: 2.125rem;
}
.list_coop .content .title::before {
  content: '';
  display: block;
  width: 0.5rem;
  height: 2rem;
  background-color: #2A78E5;
  position: absolute;
  left: 0;
  top: 0.5rem;
}
.list_coop .content .msg-a1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.125rem 6.5rem;
}
.list_coop .content .msg-a1 .inpt {
  display: flex;
  align-items: center;
}
.list_coop .content .msg-a1 .inpt p {
  color: #333;
  font-size: 1.25rem;
  font-weight: 400;
}
.list_coop .content .msg-a1 .inpt p span {
  color: #EF0000;
  font-size: 1.25rem;
  font-weight: 400;
}
.list_coop .content .msg-a1 .inpt input {
  flex: 1;
  margin-left: 1rem;
  border-radius: 1.25rem;
  border: 1px solid #AEAEAE;
  height: 2.75rem;
  padding-left: 1.5rem;
}
.list_coop .content .msg-a3 {
  margin-top: 2.125rem;
}
.list_coop .content .msg-a3 .inpt {
  display: flex;
}
.list_coop .content .msg-a3 .inpt p {
  color: #333;
  font-size: 1.25rem;
  font-weight: 400;
}
.list_coop .content .msg-a3 .inpt textarea {
  margin-left: 1.625rem;
  flex: 1;
  border-radius: 1.25rem;
  border: 1px solid #AEAEAE;
  padding: 0.625rem 1.5rem;
}
.list_coop .content .div_aghgha {
  text-align: center;
}
.list_coop .content .div_aghgha button {
  width: 8rem;
  height: 3rem;
  background-color: #2A78E5;
  border: none;
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
}
.list_prodanye_one {
  background-color: #f7f7f7;
  padding-top: 5rem;
}
.list_prodanye_one .desc {
  color: #333;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}
.list_prodanye_one .content .title {
  color: #333;
  font-size: 2.125rem;
}
.list_prodanye_one .content ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3.125rem;
}
.list_prodanye_one .content ul li {
  border: 1px solid #CCC;
  background-color: #fff;
  padding: 2.8125rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_prodanye_one .content ul li:hover {
  transform: translateY(-0.625rem);
}
.list_prodanye_one .content ul li .icon {
  width: 7.5rem;
  height: 7.5rem;
  margin: 0 auto;
}
.list_prodanye_one .content ul li .icon img {
  filter: brightness(0) invert(0.4);
}
.list_prodanye_one .content ul li .text {
  text-align: center;
}
.list_prodanye_one .content ul li .text .tit {
  color: #333;
  font-size: 1.25rem;
  font-weight: 400;
}
.list_prodanye_one .content ul li .text .dd {
  margin-top: 1rem;
  color: #333;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
}
.list_prodanye_one .content ul li:hover .icon img {
  filter: unset;
}
.list_prodanye_one .content .bgimg {
  margin-top: -1.875rem;
}
.list_prodanye_two {
  background-color: #f7f7f7;
  padding-top: 5rem;
  padding-bottom: 3.5rem;
}
.list_prodanye_three .content .accordion-container {
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.list_prodanye_three .content .accordion-container .accordion-item {
  list-style: none;
  height: 100vh;
  transition: width 0.5s;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  padding-top: 11.875rem;
}
.list_prodanye_three .content .accordion-container .accordion-item:not(:hover) {
  width: 20%;
}
.list_prodanye_three .content .accordion-container .accordion-item:hover {
  width: 80%;
}
.list_prodanye_three .content .accordion-container .accordion-item:hover::after {
  opacity: 1;
}
.list_prodanye_three .content .accordion-container .accordion-item:hover .icon {
  position: relative;
  z-index: 3;
  margin: unset;
  margin-left: 10.375rem;
}
.list_prodanye_three .content .accordion-container .accordion-item:hover .icon img {
  filter: brightness(0) invert(1);
}
.list_prodanye_three .content .accordion-container .accordion-item:hover .desc {
  position: relative;
  opacity: 1;
  z-index: 3;
  padding-left: 10.375rem;
}
.list_prodanye_three .content .accordion-container .accordion-item:hover .en {
  padding-left: 10.375rem;
  color: #fff;
  z-index: 3;
}
.list_prodanye_three .content .accordion-container .accordion-item:hover .accordion-title {
  text-align: left;
  color: #fff;
  padding-left: 10.375rem;
}
.list_prodanye_three .content .accordion-container .accordion-item:hover .accordion-title::before {
  background-color: #fff;
  left: 10.375rem;
  transform: unset;
}
.list_prodanye_three .content .accordion-container .accordion-item::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s;
}
.list_prodanye_three .content .accordion-container .accordion-item .icon {
  width: 4.5rem;
  height: 4.5rem;
  margin: 0 auto;
}
.list_prodanye_three .content .accordion-container .accordion-item .accordion-title {
  color: #333;
  text-align: center;
  font-size: 1.75rem;
  z-index: 2;
  position: relative;
  padding-bottom: 1.875rem;
}
.list_prodanye_three .content .accordion-container .accordion-item .accordion-title::before {
  content: '';
  display: block;
  width: 4.0625rem;
  height: 0.25rem;
  background-color: #333;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.list_prodanye_three .content .accordion-container .accordion-item .desc {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -1.2px;
  opacity: 0;
}
.list_prodanye_three .content .accordion-container .accordion-item .en {
  color: #333;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  letter-spacing: -0.8px;
  padding-left: 3.125rem;
  position: absolute;
  bottom: 5.875rem;
}
.list_prodanye_three .content .swiper_sfq {
  display: none;
  position: relative;
  overflow: hidden;
}
.list_prodanye_three .content .swiper_sfq .sfq_box {
  position: relative;
  padding: 15px;
}
.list_prodanye_three .content .swiper_sfq .sfq_box::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  transition: opacity 0.5s;
}
.list_prodanye_three .content .swiper_sfq .sfq_box .icon {
  width: 50px;
  height: 50px;
  z-index: 2;
  position: relative;
}
.list_prodanye_three .content .swiper_sfq .sfq_box .icon img {
  filter: brightness(0) invert(1);
}
.list_prodanye_three .content .swiper_sfq .sfq_box .accordion-title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  z-index: 2;
  position: relative;
  padding-bottom: 20px;
}
.list_prodanye_three .content .swiper_sfq .sfq_box .accordion-title::before {
  content: '';
  display: block;
  width: 4.0625rem;
  height: 0.25rem;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0%;
}
.list_prodanye_three .content .swiper_sfq .sfq_box .desc {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -1.2px;
  z-index: 2;
  position: relative;
}
.list_prodanye_three .content .swiper_sfq .sfq_box .en {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  letter-spacing: -0.8px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  position: relative;
}
.list_prodanye_four {
  background-size: cover;
  background-position: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.list_prodanye_four .content .desc {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4375rem;
}
.list_prodanye_four .content .tableer {
  overflow-x: auto;
  overflow-y: hidden;
}
.list_prodanye_four .content table {
  width: 100%;
}
.list_prodanye_four .content table tr {
  border: none;
  background-color: #eaecf0;
}
.list_prodanye_four .content table tr td {
  width: 35%;
  border: none;
  color: #333;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  padding: 0.8125rem 1.25rem !important;
}
.list_prodanye_four .content table tr td:nth-child(2) {
  width: 30%;
  color: #FFF;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  background-color: #458be7;
}
.list_prodanye_four .content table tr:nth-child(even) {
  background-color: #f5f6f7;
}
.list_prodanye_four .content table tr:nth-child(even) td:nth-child(2) {
  background-color: #2078e9;
}
.list_prodanye_four .content table tr:nth-child(1) {
  background-color: transparent;
}
.list_prodanye_four .content table tr:nth-child(1) td {
  font-weight: 700;
}
.list_prodanye_four .content table tr:nth-child(1) td:nth-child(2) {
  opacity: 1;
  background-color: rgba(28, 115, 229, 0.8);
  border-bottom: 1px dashed #fff;
  color: #FFF;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
}
.list_prodanye_four .content table tr:nth-last-child(1) td:nth-child(2) {
  position: relative;
}
.list_prodanye_four .content table tr:nth-last-child(1) td:nth-child(2)::before {
  content: '';
  width: 100%;
  height: 1.1875rem;
  background-color: #2078e9;
  display: block;
  position: absolute;
  bottom: -1.1875rem;
  left: 0;
}
.list_prodanye_five {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.list_prodanye_five .video_bg {
  position: relative;
  cursor: pointer;
}
.list_prodanye_five .video_bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
  /* 初始隐藏视频 */
}
.list_prodanye_five .video_bg .img {
  position: relative;
  z-index: 2;
  transition: opacity 0.3s ease;
}
.list_prodanye_five .video_bg .txt {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 9;
  margin-top: -2.1875rem;
}
.list_prodanye_five .video_bg .txt h3 {
  color: #FFF;
  font-size: 2.75rem;
  font-weight: 800;
  text-align: center;
}
.list_prodanye_five .video_bg .txt .icon {
  text-align: center;
}
.list_prodanye_five .video_bg .txt .icon i {
  color: #fff;
  font-size: 4.375rem;
}
.list_prodanye_five .video_bg.playing video {
  display: block;
}
.list_prodanye_five .video_bg.playing .img,
.list_prodanye_five .video_bg.playing .txt .icon {
  display: none;
  pointer-events: none;
}
.list_contact_four {
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
}
.list_contact_four .title {
  color: #2A78E5;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 3.125rem;
  position: relative;
  padding-left: 1.5rem;
}
.list_contact_four .title::before {
  content: '';
  display: block;
  width: 0.3125rem;
  height: 1.875rem;
  background-color: #2A78E5;
  position: absolute;
  top: 0.625rem;
  left: 0;
}
.list_contact_four .content .contact_bb {
  border-radius: 1.25rem;
  background-color: #f7f7f7;
  padding: 1.875rem 1.25rem 2.5rem;
}
.list_contact_four .content .contact_bb h3 {
  font-size: 1.25rem;
  color: #333;
  font-weight: 600;
}
.list_contact_four .content .contact_bb p {
  margin-top: 0.3125rem;
  font-size: 1rem;
  color: #999;
}
